* lisp/progmodes/python.el (python-indent-calculate-indentation): When
authorNathan Trapuzzano <nbtrap@nbtrap.com>
Thu, 12 Dec 2013 03:47:41 +0000 (00:47 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 12 Dec 2013 03:47:41 +0000 (00:47 -0300)
commit47bcc47f0e2c3d52a239ba713d63321663dbcbb2
tree68dfda3e978ed6e461dba53c766a326b16805669
parentf2ca804f66f2b99cd77ebdd99fe20b06daa6b964
* lisp/progmodes/python.el (python-indent-calculate-indentation): When
determining indentation, don't treat "return", "pass", etc., as
operators when they are just string constituents.

* automated/python-test.el (python-indent-block-enders-1): Rename
from python-indent-block-enders.
(python-indent-block-enders-2): New test.
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el